home *** CD-ROM | disk | FTP | other *** search
- object frmOptions: TfrmOptions
- Left = 405
- Top = 298
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 109
- ClientWidth = 252
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 6
- Width = 228
- Height = 39
- Caption =
- 'Click the Choose Color button to set the color of this label, th' +
- 'e editor font, and the About Box font.'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 43
- Top = 77
- Width = 79
- Height = 22
- Caption = 'Choose Color'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 134
- Top = 77
- Width = 75
- Height = 22
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button2Click
- end
- object frmsOptions: TPFormSettings
- CompanyName = 'Pythoness'
- SoftwareName = 'MDI Sample'
- RegistryRootKey = prkCurrentUser
- FormSaveOpt = [pfsLeft, pfsTop]
- MRULength = 0
- AppSettingsCtrl = dtmMain.appsMain
- Left = 211
- Top = 43
- Settings = (
- ''
- 'Label1.Font.Color'
- 'Font Color'
- False)
- end
- object dlgColor: TColorDialog
- Ctl3D = True
- Left = 20
- Top = 53
- end
- end
-